@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; display: none; }

html { font-size: 100px; min-width: 320px; overflow-x: hidden; }

#vsb_content table{max-width: 100%!important;width: 100%!important;}
#vsb_content table p,#vsb_content table span{text-indent: 0 !important;}


.container { width: 85%; max-width: 1360px; margin: 0 auto; font-size: .16rem; }

.header { padding: .34rem 0 1.3rem; background-image: url(../images/b_bg1.jpg); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; background-size: cover; }

.header2 { padding: .7rem 0 .65rem; background-image: url(../images/b_bg3.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.header2 .logo { margin:0.2rem 0 0; text-align: left; }

.top-link { font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #5a5856; text-align: right;margin-top:-0.3rem; }
.top-link a { color: #5a5856; }
.top-link a:hover { color: #ba0c31; }
.top-link span { margin: 0 .18rem; font-size: .14rem; color: #afacaa; }

.logo { margin: .5rem 0; text-align: center; }
.logo a { display: inline-block; }
.logo img { max-width: 100%; vertical-align: top; }

.search { width: 7rem; max-width: 90%; margin: 0 auto; }
.search .form { display: block; font-size: 0; border: 1px solid #cea365; border-radius: 5px; overflow: hidden; }
.search .input { vertical-align: top; width: calc(100% - 1.2rem); height: .58rem; padding: 0 .2rem; font-size: 0.18rem; font-weight: 500; line-height: 0.58rem; color: #5a5856; text-align: left; background: #fff; }
.search .input::placeholder { color: #bfc0bf; }
.search .submit { width: 1.2rem; height: .58rem; font-size: 0.18rem; font-weight: 500; line-height: 0.58rem; color: #fff; text-align: center; background: #cea365; }
.search .submit .search-icon { display: inline-block; vertical-align: top; width: 18px; height: .58rem; margin: 0 4px 0 0; background-image: url(../images/b_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; }
.search .tips { margin: .1rem 0 0; font-size: 0.16rem; font-weight: 500; line-height: 0.3rem; color: #95999c; text-align: left; }
.search .tips a { color: #95999c; margin-right: .1rem; }
.search .tips a:hover { color: #cea365; text-decoration: underline; }

.nav { position: relative; z-index: 10; background: #ba0c31; }
.nav li { float: left; width: 14.2857%; position: relative; }
.nav li a { display: block; font-size: 0.22rem; font-weight: 500; line-height: 0.7rem; color: #fff; text-align: center; }
.nav li > a { position: relative; }
.nav li > a span { position: relative; z-index: 3; }
.nav li > a::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 2; width: 100%; height: 100%; background: #ba0c31; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav li > a::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 0; right: auto; bottom: auto; left: 100%; z-index: 1; width: 0; height: 0; border-top: .35rem solid #7d001b; border-right: 5px solid transparent; border-bottom: .35rem solid transparent; border-left: 5px solid #7d001b; opacity: 0; -webkit-transform: translateX(-0.1rem); -moz-transform: translateX(-0.1rem); -ms-transform: translateX(-0.1rem); -o-transform: translateX(-0.1rem); transform: translateX(-0.1rem); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav li:hover > a { z-index: 3; }
.nav li:hover > a::before { height: calc(100% + .1rem); background: #daaf70; }
.nav li:hover > a::after { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }
.nav li.cur > a { z-index: 3; }
.nav li.cur > a::before { height: calc(100% + .1rem); background: #daaf70; }
.nav li.cur > a::after { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.nav li:last-child > a { padding-right: 0; }
.nav .lv2 { display: none; position: absolute; top: calc(100% + 12px); right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: .08rem 0 .12rem; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
.nav .lv2 a { padding: .13rem 5px; font-size: .18rem; line-height: .2rem; font-weight: 400; color: #333; }
.nav .lv2 a:hover { color: #fff; background: #cea365; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 20px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 0 0; background-color: transparent; background-size: cover; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.column { position: relative; margin: 0 0 .22rem; }
.column.mb15 { margin-bottom: .15rem; }
.column h3 { font-size: 0.32rem; font-weight: 700; line-height: 50px; color: #000; text-align: left; }
.column h3 .spirit { width: 50px; height: 50px; vertical-align: top; }
.column h3 .spirit.i1 { background-position: -310px 4px; }
.column h3 .spirit.i2 { background-position: -310px -46px; }
.column h3 .spirit.i3 { background-position: -310px -93px; }
.column h3 .spirit.i4 { background-position: -310px -140px; }
.column h3 .spirit.i5 { background-position: -310px -190px; }
.column h3 .spirit.i6 { background-position: -310px -246px; vertical-align: bottom; }
.column h3 .spirit.i7 { background-position: -310px -296px; }
.column h3 .spirit.i8 { background-position: -310px -346px; }

.column2 { position: relative; width: .9rem; padding: .3rem .12rem; border-radius: 6px; text-align: center; background-image: url(../images/b_bg4.png); background-repeat: no-repeat; background-position: 50% 100%; background-color: #ecf1f6; background-size: 100%; }
.column2 p { height: .68rem; font-size: 0.24rem; font-weight: 700; line-height: 0.32rem; color: #ba0c31; text-align: center; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.column2::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 50%; right: auto; bottom: auto; left: 100%; z-index: 1; width: 0; height: 0; border: .1rem solid transparent; border-left-color: #ecf1f6; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.column2:hover p:hover { letter-spacing: 2px; line-height: .34rem; }
.column2:hover .more-icon { background-position-x: -405px; }

.column3 { margin: 0 0 .3rem; text-align: center; }
.column3 img { max-width: 100%; vertical-align: top; }

.column4 { position: relative; margin: .25rem 0 .2rem; }
.column4 h3 { position: relative; z-index: 2; display: inline-block; vertical-align: top; padding: 0 .3rem 0 0; font-size: 0.28rem; font-weight: 700; line-height: 0.55rem; color: #000; text-align: left; background: #fff; }
.column4 h3::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 45%; right: 0; bottom: auto; left: auto; z-index: 1; width: 6px; height: 6px; border-radius: 50%; background: #daaf70; }
.column4::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 49%; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 1px; background: #daaf70; }
.column4 .spirit2 { vertical-align: top; width: 40px; height: 40px; margin: .07rem .1rem 0 0; }
.column4 .spirit2.i1 { background-position: -120px -163px; }
.column4 .spirit2.i2 { background-position: -120px -219px; }
.column4 .spirit2.i3 { background-position: -126px -271px; }

.column5 { margin: 0 0 .2rem; }
.column5 h3 { position: relative; display: inline-block; padding: 0 .25rem; font-size: 0.22rem; font-weight: 700; line-height: 0.55rem; color: #ba0c31; text-align: center; border-top: 5px solid #ba0c31; border-top-left-radius: .08rem; border-top-right-radius: .08rem; box-shadow: 0 0 .15rem 0 #bbb; }
.column5 h3 i { position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: .2rem; overflow: hidden; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.column5 h3 i::after { display: block; content: ""; box-sizing: border-box; width: .15rem; height: .15rem; margin: 0 auto; background: #fff; box-shadow: 0 0 .1rem 0 #cbcfd1; -webkit-transform: translate(0, -8px) rotate(45deg); -moz-transform: translate(0, -8px) rotate(45deg); -ms-transform: translate(0, -8px) rotate(45deg); -o-transform: translate(0, -8px) rotate(45deg); transform: translate(0, -8px) rotate(45deg); }

.column6 { margin: 0 0 .15rem; border-bottom: 1px solid #ededed; }
.column6 h3 { display: inline-block; margin: 0 0 -1px; font-size: 0.22rem; font-weight: 700; line-height: 0.5rem; color: #ba0c31; text-align: left; border-bottom: 2px solid #ba0c31; }

.more { margin: 0 auto; font-size: 0.16rem; font-weight: 500; line-height: 50px; color: #7b7b7b; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.more .spirit { vertical-align: top; margin: 10px 0 0; width: 30px; height: 30px; background-position: -375px -30px; }

.more2 { width: .76rem; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #fff; text-align: center; background: #daaf70; border-radius: 4px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.more2:hover { background: #ba0c31; letter-spacing: 2px; }

.more3 { display: inline-block; vertical-align: top; width: 62px; font-size: 12px; font-weight: 500; line-height: 0.24rem; color: #a7adb8; text-align: center; border: 1px dashed #a7adb8; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.more3:hover { background: #a7adb8; color: #fff; }

.title { font-size: 0.17rem; font-weight: 500; line-height: 0.45rem; color: #333; text-align: left; }

.date { font-family: Arial, Helvetica, sans-serif; font-size: 0.16rem; font-weight: 500; line-height: 0.45rem; color: #a7adb8; text-align: left; }

.info { font-size: 0.15rem; font-weight: 500; line-height: 0.28rem; color: #706f6f; text-align: justify; }

.spirit { display: inline-block; background-image: url(../images/spirit.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.spirit.more-icon { vertical-align: top; width: 30px; height: 30px; margin: 4px 0 0; background-position: -380px -30px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }

.spirit2 { display: inline-block; background-image: url(../images/spirit2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }

.list1 li:hover a { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); color: #ba0c31; }
.list1 li:hover a::before { background: #ba0c31; }
.list1 li:hover .date { color: #ba0c31; }
.list1 .title { display: inline-block; vertical-align: top; width: calc(100% - 140px); -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list1 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 .13rem 2px 0; background: #b2bcc5; border-radius: 50%; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }

.list2 li { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list2 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 li:hover .title { color: #ba0c31; }
.list2 li:hover .title::before { background: #ba0c31; }
.list2 .title { display: inline-block; vertical-align: top; width: calc(100% - 160px); }
.list2 .title span { display: inline-block; margin: 0 .18rem 0 0; padding: 0 .1rem; font-size: 12px; color: #999; line-height: .25rem; background: #e6e6e6; border-radius: 8px; border-top-right-radius: 0; }
.list2 .title span.state { color: #fff; background: #daaf70; }

.list3 li { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list3 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list3 li:hover .title { color: #ba0c31; }
.list3 .title { display: inline-block; vertical-align: top; width: calc(100% - 140px); }

.list4 { font-size: 0; margin: 0 -0.15rem; }
.list4 > li { display: inline-block; vertical-align: top; width: 50%; padding: 0 0.15rem; }
.list4 li { margin: 0 0 .22rem; }
.list4 .box { padding: .1rem .22rem .17rem; background: #fff; box-shadow: 0 0 6px 0 #eee; }
.list4 .box .title { height: .6rem; margin: 0 0 .1rem; line-height: .3rem; }
.list4 .box .title:hover { color: #ba0c31; }
.list4 .box .date { line-height: .31rem; }
/*
.list4 .box .column-link { display: inline-block; padding: 0 4px; font-size: 0.16rem; font-weight: 500; line-height: 0.29rem; color: #d59d4d; text-align: left; border: 1px solid #d59d4d; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
*/
.list4 .box .column-link a:hover { color: #fff; background: #d59d4d; border-radius: 4px; }

.zxdc-list li { padding: .12rem 0; font-size: 0; border-bottom: 1px dashed #ddd; }
.zxdc-list li.zzdc .tips { padding: 0 8px; color: #fff; background: #daaf70; line-height: 25px; }
.zxdc-list li.zzdc .more3 { color: #daaf70; border-color: #daaf70; }
.zxdc-list li.zzdc .more3:hover { background: #daaf70; color: #fff; }
.zxdc-list li:first-child { padding-top: 0; }
.zxdc-list li:last-child { padding-bottom: 0; border: none; }
.zxdc-list .tips { display: inline-block; vertical-align: top; width: 60px; height: 55px; padding: 2px 0 0; font-size: 0.16rem; font-weight: 500; line-height: 50px; color: #999; text-align: center; background: #e6e6e6; border-radius: 7px; }
.zxdc-list .text { display: inline-block; vertical-align: top; width: calc(100% - 122px); padding: 0 .1rem 0 .2rem; }
.zxdc-list .title, .zxdc-list .info { line-height: .28rem; }
.zxdc-list .title:hover, .zxdc-list .info:hover { color: #ba0c31; }
.zxdc-list .more3 { margin: .24rem 0 0; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

.footer { padding: 0 0 .2rem; background: #ba0c31; }

.foot-link { margin: 0 0 .2rem; background: #757575; }
.foot-link .sim-select { width: 18%; margin: 0 0 0 2%; }
.foot-link .sim-select:first-child { margin: 0; }

.sim-select { position: relative; padding: 0 .18rem 0 .1rem; cursor: pointer; }
.sim-select p { font-size: 0.15rem; font-weight: 500; line-height: 0.5rem; color: #fff; text-align: left; }
.sim-select::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 48%; right: 0.1rem; bottom: auto; left: auto; z-index: 1; width: 0; height: 0; border-top: 7px solid #fff; border-right: 5px solid transparent; border-bottom: 7px solid transparent; border-left: 5px solid transparent; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.sim-select ul { display: none; position: absolute; top: 100%; right: auto; bottom: auto; left: -1px; z-index: 1; width: calc(100% + 2px); max-height: 1.86rem; background: #fff; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); border: 1px solid #ddd; overflow-x: hidden; }
.sim-select ul li { border-bottom: 1px dashed #ddd; }
.sim-select ul li:last-child { border: none; }
.sim-select ul a { display: block; padding: .06rem .1rem; font-size: 0.14rem; font-weight: 500; line-height: 0.18rem; color: #333; text-align: left; -webkit-transition: all 0.15s linear 0s; -moz-transition: all 0.15s linear 0s; -ms-transition: all 0.15s linear 0s; -o-transition: all 0.15s linear 0s; transition: all 0.15s linear 0s; }
.sim-select ul a:hover { color: #fff; background: #cea365; }
.sim-select ul::-webkit-scrollbar { width: 6px; height: 5px; background-color: #bbb; }
.sim-select ul::-webkit-scrollbar-thumb { border-radius: 4px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #ba0c31; }

.copy {width: 8.6rem;padding: .32rem .25rem .27rem;background: #ae092c;border-radius: 6px;}
.copy .img {width: 80px;padding-top: 20px;}
.copy .img img {max-width: 100%;}
.copy .text {width: calc(100% - 80px);font-size: 0.14rem;font-weight: 500;line-height: 0.32rem;color: #f0dee0;text-align: left;}

.share { font-size: 0; }
.share li {display: inline-block;vertical-align: top;margin: .3rem 0 0 .1rem;font-size: 0.14rem;font-weight: 500;line-height: 0.18rem;color: #dea6ad;text-align: center;}
.share li img, .share li .img {width: .98rem;vertical-align: top;margin: 0 0 .15rem;height: .98rem;}
.share li img, .share li p {color:#ffffff}
.share li .img { height: .98rem; background: #a40628; }
.share li .img .spirit { width: 50px; height: 50px; margin: .24rem 0 0; background-position: -370px -248px; }

#to-top { position: fixed; top: auto; right: -1rem; bottom: 33%; left: auto; z-index: 1; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
#to-top a { display: block; width: 65px; height: 65px; background-color: #ba0c31; border-radius: 50%; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; border: 2px solid #ba0c31; }
#to-top a.a1 { margin: 0 0 .15rem; background-position: -362px -63px;display: none;}
#to-top a.a2 { background-position: -364px -304px; }
#to-top a:hover { box-shadow: 0 0 .15rem 0 #666; border-color: #fff; }

#list-page { margin: .3rem 0 .4rem !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 8px 10px; color:#777777; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #ba0c31; font-weight: bold; color: #fff; border-color: #ba0c31; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 2px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }

@media screen and (max-width: 1520px) { html { font-size: 95px; } }



@media screen and (max-width: 1250px) { .header { padding: .3rem 0 .9rem; }
  .header2 { padding: .5rem 0 .45rem; }
  .logo { margin: .3rem 0; }
  .list1 .title, .list2 .title, .list3 .title { width: calc(100% - 90px); }
  .nav li a { font-size: .2rem; }
  .share li { margin-left: .15rem; }
  .copy { width: 5.2rem!important; padding-left: .15rem; padding-right: .15rem; } 
}
@media screen and (max-width: 1150px) {
.share { width: 100%; text-align: center; }
  .copy { width: 100%!important; margin: .25rem 0 0; padding: .15rem; }
.copy .text > div:nth-child(3) img { margin-left: .15rem; } 
}
@media screen and (max-width: 992px) { 
 .container { width: 92%; }
  .header { padding: .2rem 0 .4rem; }
  .logo { margin: .15rem 0 .2rem; }
  .logo img { max-height: 88px; }
  .nav ul { display: flex; flex-wrap: wrap; justify-content: left; }
  .nav ul::after, .nav ul::before { display: none; }
  .nav li { width: 25%; }
  .nav li > a { font-size: .18rem; line-height: .48rem; white-space: nowrap; }
  .nav li > a::before, .nav li > a::after { display: none; }
  .nav li.cur a { background: #daaf70; }
  .column h3 { font-size: .26rem; }
  .foot-link .container { display: flex; justify-content: space-between; flex-wrap: wrap; }
  .foot-link .container::after, .foot-link .container::before { display: none; }
  .foot-link .sim-select { width: 31%; margin: 0; }
  .share { width: 100%; text-align: center; }
  .copy { width: 100%!important; margin: .25rem 0 0; padding: .15rem; }
  #to-top { display: none; }
  .column4 h3 { font-size: .24rem; } 
.copy .text > div:nth-child(3) img { margin-left: .15rem; } 
}
@media screen and (max-width: 768px) {
.top-link span {
    margin: 0 .04rem;
}

 .header { padding: .1rem 0 .25rem; }
  .logo img { max-width: 80%; }
  .copy .img { width: 100%; }
  .copy .img img { margin: 0 .15rem .15rem 0; }
  .copy .text { width: 100%; }
  .list4 { margin-left: 0; margin-right: 0; }
  .list4 > li { width: 100%; padding: 0; } }
@media screen and (max-width: 520px) { html { font-size: 85px; }
  .header2 { padding: .2rem 0 .25rem; }

.top-link {margin-top:0rem;text-align:left; }

  .search .tips { line-height: .22rem; font-size: .14rem; }
  .nav li { width: 33.33%; }
  .foot-link .sim-select { width: 48%; }
  .list1 li, .list2 li, .xxgk-xxgk .info-switch .list1 li { padding: 7px 0; border-bottom: 1px dashed #ddd; }
  .list1 .title, .list2 .title, .xxgk-xxgk .info-switch .list1 .title { width: 100%; line-height: .25rem !important; overflow: visible; text-overflow: clip; white-space: initial; }
  .list1 .date, .list2 .date, .xxgk-xxgk .info-switch .list1 .date { float: none; line-height: .4rem !important; } }


/* 新增css 2023/09/08 */
.header2 .logo { position: relative; }
.header2 .search { position: absolute; top: 60%; right: 0; width: 4.8rem; transform: translateY(-50%); -ms-transform: translateY(-50%); }
.header2 .search .input, .header2 .search .submit { line-height: .5rem; height: .5rem; }
.header2 .search .submit .search-icon { height: .5rem; }
@media screen and (max-width: 1550px) {
    .share li { margin-left: .2rem; }
    .copy { width: 6rem; }
    .copy .img { width: 1rem; }
    .copy .text { width: calc(100% - 1.2rem); }
    .copy .text > div:nth-child(2) { margin-right: .2rem !important; }
    .copy .text > div:nth-child(3) { padding-top: 0 !important; }
}
@media screen and (max-width: 1200px) {
    .header2 .logo a { max-width: 420px; }
    .header2 .search { width: 4rem; }
}
@media screen and (max-width: 992px) {
    .header2 .logo { text-align: center; }
    .header2 .search { position: static; transform: none; width: 70%; margin-top: .15rem; }
}
@media screen and (max-width: 768px) {
    .header2 .search { width: 85%;}
    .copy .img { text-align: center; }
}
@media screen and (max-width: 420px) {
    .header2 .search { width: 100%;}
}
@media screen and (max-width: 1550px) { .copy { width: 6.2rem; } }
@media screen and (max-width: 1250px) { 
.copy { padding: .15rem; }
.copy .img { width: 68px; }
 .copy .text { width: calc(100% - 78px); } 
.share li { margin-left: .1rem; }
.copy .text a:first-child { margin-left: 0 !important; }
}
@media screen and (max-width: 992px) {  .header2 .search { float: none; margin: .15rem auto 0; } .logo a { display: inline-block; } }

@media screen and (max-width: 1360px) {  }